package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.10.0.tbz
sha256=9ff03384a98a8df79852cc674f0b4738ba8aec17029b6e2eeb514f895e710355
sha512=8133cdcc5499a6bf21cd65b4fc8b12445ae39366731006773fcd3b348c553a8d89d004db161c655aa167a2a3653b7919d32b27f29217106ef762bd01b43afc76

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 01 Aug 2023

README

Dune"

A Composable Build System for OCaml

Main Workflow" Release" Coverage" License" Contributors"

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues" Discussions" Discuss OCaml" Discord"

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.3"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. activitypub
  18. activitypub_client
  19. activitypub_gui
  20. activitypub_server
  21. activitypub_server_gui
  22. adelfa
  23. advi
  24. afl-persistent >= "1.4"
  25. agrid
  26. ahrocksdb
  27. aifad >= "2.2.1"
  28. alba >= "0.4.1"
  29. albatross
  30. alcotest
  31. alcotest-async
  32. alcotest-js
  33. alcotest-lwt
  34. alcotest-mirage
  35. alg_structs
  36. alg_structs_qcheck
  37. algaeff
  38. allegro5
  39. alonzo
  40. alsa >= "0.3.0"
  41. alt-ergo >= "2.3.0" & < "2.6.0"
  42. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  43. alt-ergo-parsers < "2.6.0"
  44. alt-ergo-plugin-ab-why3 < "2.6.0"
  45. altgr-ergo >= "2.3.0"
  46. ambient-context
  47. ambient-context-eio
  48. ambient-context-lwt
  49. amqp-client >= "2.0.3"
  50. amqp-client-async
  51. amqp-client-lwt
  52. ancient >= "0.10.0"
  53. anders
  54. angstrom >= "0.11.1"
  55. angstrom-async >= "0.11.1"
  56. angstrom-lwt-unix >= "0.11.1"
  57. angstrom-unix >= "0.11.1"
  58. ansi
  59. ansi-parse
  60. anthill
  61. antic
  62. ao >= "0.2.2"
  63. api-watch
  64. apronext
  65. arb
  66. archetype
  67. archi
  68. archi-async
  69. archi-lwt
  70. arg-complete
  71. argon2
  72. argsh
  73. arp
  74. arrakis < "1.1.0"
  75. art
  76. asai
  77. asak
  78. ask
  79. ask-integrator
  80. asli >= "0.2.0"
  81. asn1-combinators >= "0.2.5"
  82. ast_generic
  83. async < "v0.17.0"
  84. async-uri
  85. async_durable < "v0.17.0"
  86. async_extra < "v0.17.0"
  87. async_find < "v0.17.0"
  88. async_graphics
  89. async_inotify < "v0.17.0"
  90. async_interactive < "v0.17.0"
  91. async_js < "v0.17.0"
  92. async_kernel < "v0.17.0"
  93. async_rpc_kernel < "v0.17.0"
  94. async_rpc_websocket < "v0.17.0"
  95. async_sendfile < "v0.17.0"
  96. async_shell < "v0.17.0"
  97. async_smtp < "v0.17.0"
  98. async_ssl < "v0.17.0"
  99. async_udp < "v0.17.0"
  100. async_unix < "v0.17.0"
  101. async_websocket < "v0.17.0"
  102. atable
  103. atacama < "0.0.4"
  104. atd >= "2.2.1"
  105. atdcpp
  106. atdd
  107. atdgen >= "2.2.1"
  108. atdgen-codec-runtime
  109. atdgen-runtime >= "2.2.1"
  110. atdj >= "2.2.1"
  111. atdpy
  112. atds
  113. atdts
  114. atomic < "base"
  115. autofonce
  116. autofonce_config
  117. autofonce_core
  118. autofonce_lib
  119. autofonce_m4
  120. autofonce_misc
  121. autofonce_patch
  122. autofonce_share
  123. avro
  124. avro-compiler
  125. awa
  126. awa-mirage
  127. aws >= "1.2"
  128. aws-async
  129. aws-autoscaling >= "1.2"
  130. aws-cloudformation >= "1.2"
  131. aws-cloudtrail >= "1.2"
  132. aws-cloudwatch
  133. aws-config
  134. aws-ec2 >= "1.2"
  135. aws-elasticache
  136. aws-elasticloadbalancing >= "1.2"
  137. aws-lwt
  138. aws-rds
  139. aws-route53
  140. aws-s3
  141. aws-s3-async
  142. aws-s3-lwt
  143. aws-sdb >= "1.2"
  144. aws-sqs
  145. aws-ssm >= "1.2"
  146. aws-sts >= "1.2"
  147. awsm
  148. awsm-async
  149. awsm-codegen
  150. awsm-lwt
  151. azblob
  152. azblob-async
  153. azure-cosmos-db
  154. babel < "v0.17.0"
  155. backoff
  156. bag
  157. baguette_sharp
  158. bam
  159. bam-ppx
  160. bare_encoding
  161. bark
  162. base < "v0.17.0"
  163. base32
  164. base64 >= "2.3.0"
  165. base_bigstring < "v0.17.0"
  166. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  167. base_trie < "v0.17.0"
  168. bastet
  169. bastet_async
  170. bastet_lwt
  171. batch_jaro_winkler
  172. batsat
  173. batteries >= "3.7.1"
  174. bdd >= "0.5"
  175. bddrand
  176. bech32
  177. bechamel
  178. bechamel-js
  179. bechamel-notty
  180. bechamel-perf
  181. beluga >= "1.0"
  182. benchmark >= "1.6"
  183. benchpress
  184. benchpress-server
  185. bencode >= "2.0"
  186. bentov
  187. bestline
  188. bheap >= "2.0.0"
  189. bibfmt
  190. bidirectional_map < "v0.17.0"
  191. bigarray-compat
  192. bigarray-overlap
  193. bigdecimal < "v0.17.0"
  194. bignum < "v0.17.0"
  195. bigstring >= "0.3"
  196. bigstring-unix
  197. bigstringaf >= "0.5.0"
  198. bimage
  199. bimage-display
  200. bimage-gtk
  201. bimage-io
  202. bimage-lwt
  203. bimage-sdl
  204. bimage-unix
  205. bimap
  206. bin
  207. bin_prot < "v0.17.0"
  208. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  209. binaryen_dsl
  210. bindlib >= "6.0.0"
  211. biniou >= "1.2.1"
  212. binning
  213. binsec
  214. bio_io
  215. biocaml
  216. biotk
  217. bisect_ppx >= "1.4.0"
  218. bistro
  219. bistro-bio
  220. bitcoin >= "3.0"
  221. bitcoin-cohttp-async
  222. bitcoin-cohttp-lwt
  223. bitcoin-ocurl
  224. bitcoinml
  225. bitlib
  226. bitmasks
  227. bitpack_serializer
  228. bitstring >= "3.1.1"
  229. bitv >= "1.4"
  230. bitwuzla
  231. bitwuzla-bin < "1.0.0"
  232. bitwuzla-c
  233. bitwuzla-cxx
  234. bjack >= "0.1.6"
  235. blake3
  236. bloomf
  237. bls12-381 < "19.0"
  238. bls12-381-gen
  239. bls12-381-hash
  240. bls12-381-js
  241. bls12-381-js-gen
  242. bls12-381-legacy
  243. bls12-381-signature
  244. bls12-381-unix
  245. blurhash
  246. bnfgen
  247. bogue
  248. bogue-tutorials
  249. boltzgen < "0.9.5"
  250. bonsai < "v0.17.0"
  251. boulangerie
  252. box
  253. brr-lwd
  254. bson2
  255. bst >= "7.0.1"
  256. bstr
  257. buffer-pool
  258. build_path_prefix_map >= "0.3"
  259. builder
  260. builder-web
  261. bun >= "0.3.4"
  262. bwd
  263. bwrap
  264. bytearray >= "1.0.1"
  265. bytebuffer
  266. bytepdf
  267. bz2
  268. ca-certs
  269. ca-certs-nss
  270. cachet
  271. cachet-lwt
  272. cachet-solo5
  273. cactus
  274. cairn
  275. cairo2 >= "0.6"
  276. cairo2-gtk
  277. cairo2-pango
  278. caisar < "2.1"
  279. caisar-ir
  280. caisar-nnet
  281. caisar-onnx
  282. caisar-ovo
  283. caisar-xgboost
  284. calcium
  285. calculon >= "0.4"
  286. calculon-redis
  287. calculon-redis-lib
  288. calculon-web
  289. calendar >= "3.0.0"
  290. calendars
  291. calipso
  292. calli
  293. callipyge >= "0.2"
  294. camelot
  295. camels
  296. camelsnakekebab
  297. camldiets
  298. camlimages >= "5.0.2"
  299. camlix
  300. camlon >= "3.1.0"
  301. camlp-streams
  302. camlrack
  303. camltc >= "0.9.8"
  304. camomile >= "1.0.2"
  305. camyll
  306. canary
  307. capnp >= "3.5.0"
  308. capnp-rpc < "2.1"
  309. capnp-rpc-lwt < "2.0"
  310. capnp-rpc-net < "2.1"
  311. capnp-rpc-unix < "2.1"
  312. caqti >= "1.0.0"
  313. caqti-async >= "1.0.0"
  314. caqti-driver-mariadb
  315. caqti-driver-pgx
  316. caqti-driver-postgresql >= "1.0.0"
  317. caqti-driver-sqlite3 >= "1.0.0"
  318. caqti-dynload >= "1.0.0"
  319. caqti-eio
  320. caqti-lwt >= "1.0.0"
  321. caqti-miou
  322. caqti-mirage
  323. caqti-tls
  324. caqti-type-calendar >= "1.0.0"
  325. carbon < "0.2.0"
  326. carray
  327. carton < "1.0.0"
  328. carton-git
  329. carton-lwt < "1.0.0"
  330. catala < "0.9.0"
  331. catala-format >= "0.2.0"
  332. catapult
  333. catapult-client
  334. catapult-daemon
  335. catapult-file
  336. catapult-sqlite
  337. cb-check
  338. cbor >= "0.3"
  339. cborl
  340. ccbg
  341. cconv >= "0.5"
  342. cconv-ppx
  343. cdb
  344. cdrom >= "0.9.4"
  345. ceph
  346. certify >= "0.3.0"
  347. cf
  348. cf-lwt
  349. cfg >= "2.2.0"
  350. cfml
  351. cfstream >= "1.3.1"
  352. chacha
  353. chamelon-unix
  354. chamo
  355. charInfo_width
  356. charrua
  357. charrua-client
  358. charrua-server
  359. charrua-unix
  360. charset
  361. chartjs
  362. chartjs-annotation
  363. chartjs-colorschemes
  364. chartjs-datalabels
  365. chartjs-streaming
  366. chase
  367. checkseum = "0.0.3" | >= "0.2.1"
  368. choice >= "0.4"
  369. cid
  370. cinaps >= "v0.12.0"
  371. clangml >= "4.0.0"
  372. clangml-transforms
  373. clap >= "0.2.0"
  374. clarity-lang
  375. class_group_vdf
  376. clim
  377. clim-ppx
  378. climate
  379. cll
  380. clp_operations
  381. clz
  382. cmarker
  383. cmdliner-stdlib
  384. cmon
  385. codept
  386. codept-lib
  387. cohttp >= "1.1.1"
  388. cohttp-async
  389. cohttp-bench
  390. cohttp-curl
  391. cohttp-curl-async
  392. cohttp-curl-lwt
  393. cohttp-eio
  394. cohttp-lwt
  395. cohttp-lwt-jsoo
  396. cohttp-lwt-unix
  397. cohttp-mirage
  398. cohttp-server-lwt-unix
  399. cohttp-top
  400. cohttp_async_websocket < "v0.17.0"
  401. cohttp_static_handler < "v0.17.0"
  402. coin >= "0.1.1"
  403. colibri2
  404. colibrics
  405. colibrilib
  406. colombe
  407. color >= "0.2.0"
  408. color-brewery
  409. combinaml
  410. combinat
  411. comby
  412. comby-kernel
  413. comby-semantic
  414. command_rpc < "v0.17.0"
  415. conan
  416. conan-cli
  417. conan-database
  418. conan-lwt
  419. conan-unix
  420. conduit
  421. conduit-async
  422. conduit-lwt
  423. conduit-lwt-unix
  424. conduit-mirage
  425. conex >= "0.10.0"
  426. conex-mirage-crypto
  427. confero
  428. config-file >= "1.2.1"
  429. conformist
  430. containers
  431. containers-data
  432. containers-thread
  433. content_security_policy < "v0.17.0"
  434. cookie
  435. cookies
  436. coq >= "8.14.0"
  437. coq-core
  438. coq-lsp < "0.2.3+9.0"
  439. coq-of-ocaml >= "2.4.1"
  440. coq-serapi >= "8.9.0+0.6.0"
  441. coq-stdlib < "9.0.0"
  442. coq-waterproof
  443. coqide >= "8.14.0"
  444. coqide-server
  445. core < "v0.17.0"
  446. core-and-more
  447. core_bench < "v0.17.0"
  448. core_compat
  449. core_extended < "v0.17.0"
  450. core_kernel >= "v0.12.3" & < "v0.17.0"
  451. core_profiler < "v0.17.0"
  452. core_unix < "v0.17.0"
  453. cosovo
  454. cow >= "2.4.0"
  455. cowabloga >= "0.5.0"
  456. cpm >= "12.1.2"
  457. cppo >= "1.6.6"
  458. cppo_ocamlbuild >= "1.6.6"
  459. cps_toolbox
  460. cpu
  461. cpuid >= "0.1.2"
  462. crc >= "2.1.0"
  463. crlibm >= "0.3"
  464. crontab
  465. crowbar >= "0.2"
  466. crunch
  467. cry >= "0.6.5"
  468. cryptokit >= "1.16.1"
  469. csexp
  470. css
  471. css-parser
  472. cstruct
  473. cstruct-async
  474. cstruct-lwt
  475. cstruct-sexp
  476. cstruct-unix
  477. csv >= "2.2"
  478. csv-lwt >= "2.1"
  479. csvfields < "v0.17.0"
  480. csvtool
  481. ctoxml
  482. ctypes >= "0.21.1"
  483. ctypes-foreign >= "0.21.1"
  484. ctypes-zarith
  485. ctypes_stubs_js
  486. cucumber
  487. cudd
  488. cudf >= "0.10"
  489. cue_sheet_maker
  490. cuid >= "0.2"
  491. cumulus
  492. curl
  493. curl_lwt
  494. curly >= "0.2.0"
  495. current
  496. current-albatross-deployer
  497. current-web-pipelines
  498. current_ansi
  499. current_docker
  500. current_examples
  501. current_git
  502. current_github
  503. current_gitlab
  504. current_incr
  505. current_ocluster
  506. current_rpc
  507. current_slack
  508. current_ssh
  509. current_web
  510. curses >= "1.0.9"
  511. curve-sampling
  512. cvc5
  513. cviode
  514. DkSDKFFIOCaml_Std
  515. daft >= "0.0.4"
  516. dap
  517. data-encoding
  518. dataframe
  519. datakit-server >= "0.12.2"
  520. datakit-server-9p >= "0.12.2"
  521. datalog >= "0.6"
  522. dates_calc < "0.0.7"
  523. daypack-lib
  524. dbf != "0.1.1"
  525. dblp
  526. dblp-api
  527. debian-formats >= "0.1.2"
  528. decimal
  529. decoders >= "0.1.2"
  530. decoders-bencode
  531. decoders-cbor
  532. decoders-ezjsonm >= "0.1.2"
  533. decoders-ezxmlm
  534. decoders-jsonaf
  535. decoders-jsonm
  536. decoders-msgpck
  537. decoders-sexplib
  538. decoders-yojson >= "0.1.2"
  539. decompress >= "0.8.1"
  540. dedent < "v0.17.0"
  541. dedukti >= "2.7"
  542. delimcc_of_fxhandler
  543. delimited_parsing < "v0.17.0"
  544. depyt
  545. devkit >= "1.0"
  546. diet >= "0.2"
  547. diff
  548. diffable
  549. digestif >= "0.9.0"
  550. directories
  551. dirsift
  552. dirsp-exchange
  553. dirsp-exchange-kbb2017
  554. dirsp-proscript
  555. dirsp-proscript-mirage
  556. dirsp-ps2ocaml
  557. diskuvbox
  558. disml
  559. dispatch >= "0.4.1"
  560. dispatch-js
  561. distributed >= "0.6.0"
  562. distributed-lwt >= "0.2.0"
  563. distributed-uwt >= "0.2.0"
  564. dkim
  565. dkim-bin
  566. dkim-lwt-unix
  567. dkim-mirage
  568. dkml-c-probe
  569. dkml-component-offline-ocamlrun
  570. dkml-component-offline-opam
  571. dkml-component-staging-ocamlrun
  572. dkml-component-staging-opam32
  573. dkml-component-staging-opam64
  574. dkml-dune-dsl
  575. dkml-dune-dsl-show
  576. dkml-install
  577. dkml-install-installer
  578. dkml-install-runner
  579. dkml-option-vcpkg
  580. dkml-package-console
  581. dkml-runtime-common >= "2.0.3"
  582. dkml-runtime-distribution
  583. dkml-workflows
  584. dlm >= "0.3.1"
  585. dmap
  586. dns
  587. dns-certify
  588. dns-cli
  589. dns-client
  590. dns-client-lwt
  591. dns-client-miou-unix
  592. dns-client-mirage
  593. dns-lwt
  594. dns-mirage
  595. dns-resolver
  596. dns-server
  597. dns-stub
  598. dns-tsig
  599. dnssec
  600. docfd
  601. docker-api >= "0.2"
  602. docker_hub
  603. dockerfile
  604. dockerfile-cmd
  605. dockerfile-opam >= "8.2.7"
  606. docteur
  607. docteur-solo5
  608. docteur-unix
  609. doculib
  610. doi2bib
  611. dokeysto >= "3.0.2"
  612. dokeysto_camltc >= "3.0.2"
  613. dokeysto_lz4 >= "3.0.2"
  614. dolmen >= "0.4.1"
  615. dolmen_bin
  616. dolmen_loop
  617. dolmen_lsp
  618. dolmen_model
  619. dolmen_type
  620. dolog >= "4.0.0"
  621. domain-local-await
  622. domain-local-timeout
  623. domain-name
  624. domain_shims
  625. domainslib
  626. dose3 >= "6.1"
  627. dose3-extra
  628. dot-merlin-reader
  629. dotenv
  630. dream
  631. dream-accept
  632. dream-cli
  633. dream-encoding
  634. dream-html
  635. dream-htmx
  636. dream-httpaf
  637. dream-livereload
  638. dream-pure
  639. dream-serve
  640. dream_middleware_ext
  641. drom >= "0.3.0"
  642. drom_lib >= "0.3.0"
  643. drom_toml
  644. dropbox
  645. dropbox_lwt_unix
  646. dscheck
  647. dssi >= "0.1.3"
  648. dtc-pb
  649. dtoa >= "0.3.2"
  650. dtools >= "0.4.2"
  651. dual
  652. duff >= "0.2"
  653. dum >= "1.0.3"
  654. dump_ocamlformat
  655. dune-build-info < "3.15.3"
  656. dune-cargo-build
  657. dune-compiledb
  658. dune-configurator >= "2.5.1" & < "3.15.3"
  659. dune-deps
  660. dune-expand
  661. dune-private-libs < "3.15.3"
  662. dune-release >= "1.0.0" & < "2.1.0"
  663. duppy >= "0.9.0"
  664. duration
  665. dyn < "3.15.3"
  666. dypgen
  667. earley >= "3.0.0"
  668. earlybird
  669. easy-format >= "1.3.2"
  670. easy_logging
  671. easy_logging_yojson
  672. ecaml < "v0.17.0"
  673. edn
  674. ego
  675. eigen >= "0.1.0"
  676. eio
  677. eio-ssl
  678. eio_linux
  679. eio_main
  680. eio_posix
  681. eio_windows
  682. either
  683. elasticsearch-cli >= "0.5"
  684. electrod
  685. eliom >= "10.1.2"
  686. elm_core
  687. elm_playground
  688. elm_playground_native
  689. elm_playground_web
  690. elm_system
  691. elpi
  692. email_message < "v0.17.0"
  693. embedded_ocaml_templates
  694. emile >= "0.4"
  695. emoji >= "2.0.0"
  696. encore >= "0.4"
  697. env_config < "v0.17.0"
  698. epictetus
  699. eqaf >= "0.2"
  700. eqaf-cstruct
  701. equinoxe
  702. equinoxe-cohttp
  703. equinoxe-hlc
  704. erlang
  705. errpy
  706. erssical
  707. esa
  708. esgg
  709. esperanto-cosmopolitan >= "0.0.5"
  710. ethernet
  711. euler
  712. exenum >= "0.86"
  713. exit
  714. expect >= "0.1.0"
  715. expect_test_helpers
  716. expect_test_helpers_async < "v0.17.0"
  717. expect_test_helpers_core < "v0.17.0"
  718. expect_test_helpers_kernel
  719. extism
  720. extism-manifest
  721. extlib >= "1.7.9"
  722. extunix >= "0.3.1"
  723. ez_api
  724. ez_cmdliner >= "0.2.0"
  725. ez_config >= "0.2.0"
  726. ez_file >= "0.3.0"
  727. ez_hash
  728. ez_pgocaml
  729. ez_search
  730. ez_subst
  731. ezcurl
  732. ezcurl-lwt
  733. ezdl
  734. ezgzip >= "0.2.3"
  735. ezjs_ace
  736. ezjs_blockies
  737. ezjs_cleave
  738. ezjs_crypto
  739. ezjs_cytoscape
  740. ezjs_d3pie
  741. ezjs_extension
  742. ezjs_fetch
  743. ezjs_idb
  744. ezjs_jquery
  745. ezjs_min
  746. ezjs_odometer
  747. ezjs_push
  748. ezjs_qrcode
  749. ezjs_recaptcha
  750. ezjs_timeline
  751. ezjsonm >= "1.0.0"
  752. ezjsonm-encoding
  753. ezjsonm-lwt
  754. ezresto
  755. ezresto-directory
  756. ezsqlite >= "0.4.2"
  757. ezxmlm >= "1.1.0"
  758. FPauth
  759. FPauth-core
  760. FPauth-responses
  761. FPauth-strategies
  762. FrontC >= "4.0.0"
  763. faad >= "0.5.0"
  764. facteur
  765. fadbadml >= "0.1.2"
  766. faraday >= "0.7.1"
  767. faraday-async >= "0.7.1"
  768. faraday-lwt >= "0.7.1"
  769. faraday-lwt-unix >= "0.7.1"
  770. farith
  771. farmhash >= "0.4"
  772. fasmifra
  773. fat-filesystem >= "0.13.0"
  774. fd-send-recv >= "2.0.1"
  775. fdkaac >= "0.3.2"
  776. feat
  777. feat-core
  778. feat-num
  779. feather
  780. feather_async
  781. ff
  782. ff-bench
  783. ff-pbt
  784. ff-sig
  785. ffmpeg >= "1.0.0~beta1"
  786. ffmpeg-av
  787. ffmpeg-avcodec
  788. ffmpeg-avdevice
  789. ffmpeg-avfilter
  790. ffmpeg-avutil
  791. ffmpeg-swresample
  792. ffmpeg-swscale
  793. fftw3 >= "0.8.2"
  794. fiat-p256
  795. fiber
  796. fiber-lwt
  797. fieldslib >= "v0.12.0" & < "v0.17.0"
  798. file_path < "v0.17.0"
  799. fileutils >= "0.6.1"
  800. finch
  801. fit
  802. fix >= "20181206"
  803. flac
  804. flatunionfind
  805. flex-array
  806. flint
  807. flow_parser >= "0.229.1"
  808. fmlib
  809. fmlib_browser
  810. fmlib_js
  811. fmlib_parse
  812. fmlib_pretty
  813. fmlib_std
  814. fontforge-of-ocaml
  815. forester < "4.2.0"
  816. frama-c >= "26.0~beta" & < "30.0~beta"
  817. frama-c-lannotate = "0.2.3"
  818. frama-c-luncov = "0.2.1"
  819. frama-c-metacsl >= "0.4" & < "0.8~beta"
  820. frama-clang < "0.0.17~beta"
  821. fred
  822. freetds >= "0.7"
  823. frei0r >= "0.1.2"
  824. frenetic
  825. fromager
  826. fsevents
  827. fsevents-lwt
  828. fsml
  829. fstar >= "2025.02.17"
  830. fswatch
  831. fswatch_async
  832. fswatch_lwt
  833. fun-postgresql
  834. fun-sql
  835. fun-sqlite
  836. functoria
  837. functoria-runtime
  838. fuseau
  839. fuseau-lwt
  840. fuzzy_compare
  841. fuzzy_match < "v0.17.0"
  842. fzf < "v0.17.0"
  843. General
  844. GT < "0.5.4"
  845. gapi-ocaml
  846. gbddml
  847. gd >= "1.1"
  848. gdbprofiler >= "0.4"
  849. gemini >= "0.3.0"
  850. gen >= "0.5.2"
  851. gen_js_api
  852. gendarme
  853. gendarme-json
  854. gendarme-toml
  855. gendarme-yaml
  856. genprint
  857. genspio >= "0.0.3"
  858. genspir >= "1.0.1"
  859. geojson
  860. geojsone
  861. geoml
  862. get_line >= "7.0.0"
  863. getopt >= "20230213"
  864. gettext >= "0.4.1" & < "0.5.0"
  865. gettext-camomile < "0.5.0"
  866. gettext-stub < "0.5.0"
  867. git
  868. git-cohttp
  869. git-cohttp-unix
  870. git-http
  871. git-kv
  872. git-mirage
  873. git-net
  874. git-paf
  875. git-unix
  876. github >= "4.0.0"
  877. github-data
  878. github-hooks
  879. github-hooks-unix >= "0.5.0"
  880. github-jsoo >= "4.1.0"
  881. github-unix >= "4.0.0"
  882. gitlab
  883. gitlab-jsoo
  884. gitlab-unix
  885. gitlab_pipeline_notifier
  886. glfw-ocaml
  887. globlon
  888. gluten
  889. gluten-async
  890. gluten-eio
  891. gluten-lwt
  892. gluten-lwt-unix
  893. gluten-mirage
  894. gmap
  895. gmp
  896. gnuplot >= "0.6"
  897. gobba
  898. gobject-introspection
  899. goblint
  900. goblint-cil >= "1.8.0"
  901. google-drive-ocamlfuse
  902. gopcaml-mode >= "0.0.2"
  903. gopcaml-mode-merlin
  904. gospel
  905. gotd
  906. gperftools >= "0.4"
  907. gpiod
  908. gpr >= "1.4.0"
  909. gpt
  910. gptar
  911. gr
  912. grace
  913. gradescope_submit
  914. grain_dypgen >= "0.2.1"
  915. graphics >= "5.0.0"
  916. graphql >= "0.8.0"
  917. graphql-async >= "0.8.0"
  918. graphql-cohttp >= "0.9.0"
  919. graphql-lwt >= "0.8.0"
  920. graphql_parser >= "0.9.0"
  921. graphql_ppx
  922. graphv
  923. graphv_core
  924. graphv_core_lib
  925. graphv_font
  926. graphv_font_js
  927. graphv_font_stb_truetype
  928. graphv_gles2
  929. graphv_gles2_native
  930. graphv_gles2_native_impl
  931. graphv_webgl
  932. graphv_webgl_impl
  933. gremlin
  934. grenier >= "0.8"
  935. grid
  936. grpc
  937. grpc-async
  938. grpc-bench
  939. grpc-eio
  940. grpc-examples
  941. grpc-lwt
  942. gsl >= "1.24.0"
  943. gstreamer >= "0.3.1"
  944. guardian
  945. guile
  946. h1
  947. h1-lwt-unix
  948. h1_parser
  949. h2
  950. h2-async
  951. h2-eio
  952. h2-lwt
  953. h2-lwt-unix
  954. h2-mirage
  955. hack_parallel >= "1.0.0"
  956. hacl-star
  957. hacl-star-raw >= "0.5.0"
  958. hacl_func
  959. hacl_x25519
  960. happy-eyeballs
  961. happy-eyeballs-lwt
  962. happy-eyeballs-miou-unix
  963. happy-eyeballs-mirage
  964. hardcaml < "v0.17.0"
  965. hardcaml-lua
  966. hardcaml_axi < "v0.17.0"
  967. hardcaml_c < "v0.17.0"
  968. hardcaml_circuits < "v0.17.0"
  969. hardcaml_fixed_point < "v0.17.0"
  970. hardcaml_handshake < "v0.17.0"
  971. hardcaml_of_verilog < "v0.17.0"
  972. hardcaml_step_testbench < "v0.17.0"
  973. hardcaml_verify < "v0.17.0"
  974. hardcaml_verilator < "v0.17.0"
  975. hardcaml_waveterm < "v0.17.0"
  976. hardcaml_xilinx < "v0.17.0"
  977. hardcaml_xilinx_components < "v0.17.0"
  978. hardcaml_xilinx_reports < "v0.17.0"
  979. hashcons >= "1.4.0"
  980. hashids >= "1.0.1"
  981. hashset >= "1.0.1"
  982. haxe >= "4.1.1"
  983. hc
  984. hdf5 >= "0.1.5"
  985. hdr_histogram >= "0.0.3"
  986. headache
  987. header-check
  988. herdtools7 >= "7.55"
  989. heroicons-reason-react
  990. hex >= "1.3.0"
  991. hex_encode < "v0.17.0"
  992. hexstring
  993. hg_lib < "v0.17.0"
  994. hidapi >= "1.1"
  995. hidapi-lwt
  996. higher_kinded < "v0.17.0"
  997. higlo >= "0.8"
  998. hilite
  999. hkdf
  1000. hl_yaml
  1001. hockmd
  1002. hol2dk
  1003. horned_worm
  1004. hpack
  1005. hsluv
  1006. html_of_jsx < "0.0.4"
  1007. htmlfromtexbooks
  1008. hts_shrink >= "2.1.2"
  1009. http
  1010. http-cookie
  1011. http-date
  1012. http-lwt-client
  1013. http-mirage-client
  1014. http-multipart-formdata
  1015. http_async
  1016. httpaf >= "0.6.0"
  1017. httpaf-async >= "0.6.0"
  1018. httpaf-lwt-unix
  1019. httpaf_caged
  1020. httpcats
  1021. httph
  1022. httpun
  1023. httpun-async
  1024. httpun-eio
  1025. httpun-lwt
  1026. httpun-lwt-unix
  1027. httpun-mirage
  1028. httpun-types
  1029. httpun-ws
  1030. httpun-ws-async
  1031. httpun-ws-eio
  1032. httpun-ws-lwt
  1033. httpun-ws-lwt-unix
  1034. httpun-ws-mirage
  1035. huffman
  1036. hvsock >= "2.0.0"
  1037. hxd
  1038. hyper
  1039. ISO3166
  1040. ISO8601 >= "0.2.6"
  1041. i3ipc
  1042. icalendar
  1043. idd
  1044. idds
  1045. imagelib
  1046. incr_dom < "v0.17.0"
  1047. incr_dom_interactive < "v0.17.0"
  1048. incr_dom_keyboard
  1049. incr_dom_partial_render < "v0.17.0"
  1050. incr_dom_sexp_form < "v0.17.0"
  1051. incr_dom_widgets
  1052. incr_map < "v0.17.0"
  1053. incr_select < "v0.17.0"
  1054. incremental < "v0.17.0"
  1055. indentation_buffer < "v0.17.0"
  1056. index
  1057. index-bench
  1058. inferno >= "20190924"
  1059. influxdb
  1060. influxdb-async
  1061. influxdb-lwt
  1062. inotify >= "2.4"
  1063. inotify-eio
  1064. inquire
  1065. inquirer_oc
  1066. int_repr < "v0.17.0"
  1067. integers >= "0.3.0"
  1068. integers_stubs_js
  1069. integration1d >= "0.5.1"
  1070. interface-prime
  1071. interface-prime-lwt
  1072. interval >= "1.5" & < "1.6"
  1073. interval-map
  1074. interval_base
  1075. interval_crlibm
  1076. interval_intel
  1077. io-page
  1078. io-page-unix
  1079. iomux
  1080. iostream
  1081. iostream-camlzip
  1082. ip2location
  1083. ip2locationio
  1084. ip2proxy
  1085. ip2whois
  1086. ipaddr >= "2.9.0"
  1087. ipaddr-cstruct
  1088. ipaddr-sexp
  1089. irc-client >= "0.6.2"
  1090. irc-client-lwt >= "0.6.2"
  1091. irc-client-lwt-ssl
  1092. irc-client-tls >= "0.6.2"
  1093. irc-client-unix >= "0.6.2"
  1094. iri >= "0.6.0" & < "1.1.0"
  1095. irmin
  1096. irmin-bench
  1097. irmin-chunk
  1098. irmin-cli
  1099. irmin-client
  1100. irmin-containers
  1101. irmin-fs
  1102. irmin-git
  1103. irmin-graphql
  1104. irmin-http
  1105. irmin-indexeddb
  1106. irmin-layers
  1107. irmin-mirage
  1108. irmin-mirage-git
  1109. irmin-mirage-graphql
  1110. irmin-pack
  1111. irmin-pack-tools
  1112. irmin-server
  1113. irmin-test
  1114. irmin-tezos
  1115. irmin-unix
  1116. irmin-watcher
  1117. iso639
  1118. iter >= "1.4"
  1119. itv-tree >= "2.2"
  1120. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1121. jane_rope < "v0.17.0"
  1122. janestreet_cpuid < "v0.17.0"
  1123. janestreet_csv < "v0.17.0"
  1124. janestreet_lru_cache < "v0.17.0"
  1125. jasmin >= "2023.06.0"
  1126. jekyll-format >= "0.2.0"
  1127. jemalloc >= "0.2"
  1128. jext
  1129. jhupllib >= "0.2.1"
  1130. jingoo >= "1.3.0"
  1131. jose
  1132. js_of_ocaml < "5.9.0"
  1133. js_of_ocaml-compiler < "5.9.0"
  1134. js_of_ocaml-lwt < "5.9.0"
  1135. js_of_ocaml-ocamlbuild >= "3.5.0"
  1136. js_of_ocaml-ppx < "5.9.0"
  1137. js_of_ocaml-ppx_deriving_json < "5.9.0"
  1138. js_of_ocaml-toplevel < "5.9.0"
  1139. js_of_ocaml-tyxml < "5.9.0"
  1140. js_of_ocaml-webgpu
  1141. js_of_ocaml-webidl
  1142. js_of_ocaml_patches < "v0.17.0"
  1143. json-data-encoding
  1144. json-data-encoding-browser
  1145. json-data-encoding-bson
  1146. json_decoder
  1147. jsonaf < "v0.17.0"
  1148. jsonoo
  1149. jsonrpc
  1150. jsonschema2atd
  1151. jsonxt
  1152. jsoo-react
  1153. jsoo_broadcastchannel
  1154. jsoo_storage
  1155. jst-config < "v0.17.0"
  1156. junit >= "2.0.1"
  1157. junit_alcotest >= "2.0.1"
  1158. junit_ounit >= "2.0.1"
  1159. jupyter
  1160. jupyter-archimedes
  1161. jupyter-kernel
  1162. jwto
  1163. kafka >= "0.5"
  1164. kafka_async
  1165. kafka_lwt
  1166. kappa-agents
  1167. kappa-binaries
  1168. kappa-library
  1169. kappa-server
  1170. kcas < "0.7.0"
  1171. kcas_data < "0.7.0"
  1172. kdf
  1173. kdl
  1174. ke
  1175. key-parsers >= "0.10.1"
  1176. kicadsch >= "0.4.0"
  1177. kind2
  1178. kinetic-client >= "0.0.11"
  1179. kittyimg
  1180. kkmarkdown
  1181. kmt
  1182. knights_tour
  1183. kqueue
  1184. krb
  1185. lab
  1186. lablgtk3 >= "3.0.beta4"
  1187. lablgtk3-extras >= "3.0.1"
  1188. lablgtk3-goocanvas2
  1189. lablgtk3-gtkspell3
  1190. lablgtk3-rsvg2
  1191. lablgtk3-sourceview3
  1192. lablqml
  1193. labrys
  1194. lacaml >= "11.0.2"
  1195. ladspa >= "0.2.0"
  1196. lambda
  1197. lambda-runtime
  1198. lambda-term >= "2.0"
  1199. lambda_streams
  1200. lambda_streams_async
  1201. lambda_streams_lwt
  1202. lambdapi
  1203. lambdasoup >= "0.6.4"
  1204. lame >= "0.3.4"
  1205. landmarks = "1.4"
  1206. landmarks-ppx < "1.5"
  1207. lascar >= "0.6-alpha"
  1208. lastfm >= "0.3.3"
  1209. launchd >= "1.3"
  1210. lazy-trie
  1211. lbfgs >= "0.9.1"
  1212. lbvs_consent >= "2.1.0"
  1213. ldap >= "2.4.1"
  1214. ldp < "0.5.0"
  1215. ldp_curl < "0.5.0"
  1216. ldp_js < "0.5.0"
  1217. ldp_tls < "0.5.0"
  1218. leaflet
  1219. learn-ocaml
  1220. learn-ocaml-client
  1221. ledgerwallet
  1222. ledgerwallet-tezos
  1223. lens >= "1.2.3"
  1224. letsencrypt
  1225. letsencrypt-app
  1226. letsencrypt-dns
  1227. letsencrypt-mirage
  1228. letters
  1229. leveldb >= "1.3.0"
  1230. lib_parsing
  1231. libabsolute
  1232. libbinaryen < "105.1.0" | >= "107.0.1"
  1233. libirmin
  1234. libsail
  1235. libsvm >= "0.10.0"
  1236. libzipperposition
  1237. lilac
  1238. lilv
  1239. line-up-words < "v0.17.0"
  1240. line_oriented
  1241. linenoise >= "1.2.0"
  1242. links
  1243. links-mysql
  1244. links-postgresql
  1245. links-sqlite3
  1246. linol
  1247. linol-eio
  1248. linol-lwt
  1249. lintcstubs
  1250. lintcstubs-arity
  1251. lintcstubs-gen
  1252. linwrap
  1253. liquid_interpreter
  1254. liquid_ml
  1255. liquid_parser
  1256. liquid_std
  1257. liquid_syntax
  1258. liquidsoap-core
  1259. liquidsoap-lang < "2.3.3"
  1260. liquidsoap-libs
  1261. liquidsoap-libs-extra
  1262. little_logger
  1263. llama
  1264. llama-cpp-ocaml
  1265. llama_core
  1266. llama_interactive
  1267. llama_midi
  1268. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1269. lmdb >= "1.0"
  1270. lo >= "0.2.0"
  1271. lockfree
  1272. loga
  1273. logical
  1274. logs-async
  1275. logs-async-reporter
  1276. logs-ppx
  1277. logs-syslog
  1278. logtk
  1279. lp
  1280. lp-glpk
  1281. lp-glpk-js
  1282. lp-gurobi
  1283. lp-highs
  1284. lpd
  1285. lreplay
  1286. lru >= "0.3.0"
  1287. lru_cache
  1288. lsp
  1289. lt-code
  1290. lua-ml >= "0.9.3"
  1291. lua_parser
  1292. lucid
  1293. lun
  1294. lustre-v6 >= "6.103.3"
  1295. lutils >= "1.51.2"
  1296. lutin >= "2.71.10"
  1297. luv
  1298. luv_unix
  1299. lwd
  1300. lwt
  1301. lwt-canceler >= "0.2"
  1302. lwt-dllist
  1303. lwt-exit
  1304. lwt-parallel
  1305. lwt-watcher >= "0.2"
  1306. lwt_domain
  1307. lwt_eio
  1308. lwt_glib >= "1.1.1"
  1309. lwt_log >= "1.1.1"
  1310. lwt_ppx >= "1.2.2"
  1311. lwt_react >= "1.1.2"
  1312. lwt_retry
  1313. lwt_ssl >= "1.1.3"
  1314. lz4 >= "1.2.0"
  1315. lz4_chans >= "3.0.1"
  1316. lzo >= "0.0.3"
  1317. m_tree
  1318. macaddr
  1319. macaddr-cstruct
  1320. macaddr-sexp
  1321. mad >= "0.5.0"
  1322. magic-mime >= "1.1.2"
  1323. magic-trace
  1324. make-random
  1325. malfunction
  1326. man_in_the_middle_debugger < "v0.17.0"
  1327. markdown
  1328. markup >= "0.8.0"
  1329. markup-lwt
  1330. mastodon-archive-viewer >= "0.2"
  1331. matita
  1332. matplotlib
  1333. mbr-format
  1334. mc2
  1335. mccs >= "1.1+10"
  1336. md2mld
  1337. mdx != "1.7.0"
  1338. mec
  1339. mechaml
  1340. mehari
  1341. mehari-eio
  1342. mehari-eio-unix
  1343. mehari-lwt-unix
  1344. mehari-mirage
  1345. mel
  1346. melange < "4.0.0-51"
  1347. melange-atdgen-codec-runtime
  1348. melange-compiler-libs
  1349. melange-fest
  1350. melange-fetch
  1351. melange-jest
  1352. melange-json < "2.0.0"
  1353. melange-json-native < "2.0.0"
  1354. melange-moment
  1355. melange-numeral
  1356. melange-react-dates
  1357. melange-react-query
  1358. melange-recharts
  1359. melange-testing-library
  1360. melange-webapi
  1361. meldep
  1362. mem_usage
  1363. memcad
  1364. memgraph
  1365. memgraph_kitty
  1366. memo
  1367. memprof-limits
  1368. memtrace
  1369. memtrace-mirage
  1370. memtrace_viewer
  1371. menhir >= "20200123"
  1372. menhirCST
  1373. menhirLib
  1374. menhirSdk
  1375. merge-fmt
  1376. merlin
  1377. merlin-extend
  1378. merlin-lib
  1379. mesh >= "0.9.5"
  1380. mesh-easymesh >= "0.9.5"
  1381. mesh-graphics >= "0.9.5"
  1382. mesh-triangle >= "0.9.5"
  1383. metadata
  1384. metadb
  1385. metapp
  1386. metaquot
  1387. metrics
  1388. metrics-influx
  1389. metrics-lwt
  1390. metrics-rusage
  1391. metrics-unix
  1392. mew
  1393. mew_vi
  1394. middleware
  1395. mimic
  1396. mimic-happy-eyeballs
  1397. mindstorm >= "0.8"
  1398. mindstorm-lwt
  1399. minicaml
  1400. minicli >= "5.0.2"
  1401. minisat >= "0.3"
  1402. miou
  1403. mirage >= "4.0.0"
  1404. mirage-block
  1405. mirage-block-ccm
  1406. mirage-block-combinators
  1407. mirage-block-lwt
  1408. mirage-block-partition
  1409. mirage-block-ramdisk
  1410. mirage-block-solo5
  1411. mirage-block-unikraft
  1412. mirage-block-unix
  1413. mirage-block-xen
  1414. mirage-bootvar
  1415. mirage-channel >= "3.2.0"
  1416. mirage-channel-lwt
  1417. mirage-clock
  1418. mirage-clock-lwt
  1419. mirage-clock-unix
  1420. mirage-conduit
  1421. mirage-console
  1422. mirage-console-lwt
  1423. mirage-crypto
  1424. mirage-crypto-ec
  1425. mirage-crypto-pk
  1426. mirage-crypto-rng
  1427. mirage-crypto-rng-async
  1428. mirage-crypto-rng-eio
  1429. mirage-crypto-rng-lwt
  1430. mirage-crypto-rng-miou-unix
  1431. mirage-crypto-rng-mirage
  1432. mirage-device
  1433. mirage-dns
  1434. mirage-flow
  1435. mirage-flow-combinators
  1436. mirage-flow-lwt
  1437. mirage-flow-unix
  1438. mirage-fs
  1439. mirage-fs-lwt
  1440. mirage-kv >= "2.0.0"
  1441. mirage-kv-lwt >= "2.0.0"
  1442. mirage-kv-mem
  1443. mirage-kv-unix
  1444. mirage-logs
  1445. mirage-monitoring
  1446. mirage-mtime
  1447. mirage-nat
  1448. mirage-net
  1449. mirage-net-lwt
  1450. mirage-net-macosx >= "1.5.0"
  1451. mirage-net-solo5
  1452. mirage-net-unikraft
  1453. mirage-net-unix
  1454. mirage-net-xen
  1455. mirage-profile
  1456. mirage-protocols
  1457. mirage-protocols-lwt
  1458. mirage-ptime
  1459. mirage-qubes
  1460. mirage-qubes-ipv4
  1461. mirage-random
  1462. mirage-runtime
  1463. mirage-sleep
  1464. mirage-solo5
  1465. mirage-stack
  1466. mirage-stack-lwt
  1467. mirage-time
  1468. mirage-time-lwt
  1469. mirage-time-unix
  1470. mirage-types >= "3.6.0"
  1471. mirage-types-lwt >= "3.6.0"
  1472. mirage-unix
  1473. mirage-vnetif
  1474. mirage-xen
  1475. mkaudio >= "1.1.0"
  1476. mkocaml
  1477. mlbdd >= "0.7.2"
  1478. mlfenv
  1479. mlmpfr >= "4.0.2+dune"
  1480. mlpost
  1481. mlpost-lablgtk
  1482. mlt_parser < "v0.17.0"
  1483. mm >= "0.7.0"
  1484. mmap
  1485. mmdb
  1486. mmo
  1487. mnd
  1488. mock >= "0.1.1"
  1489. mock-ounit >= "0.1.1"
  1490. module-graph
  1491. molenc >= "5.0.0"
  1492. monaco_jsoo
  1493. monolith < "20241126"
  1494. monomorphic >= "2.0"
  1495. monorobot
  1496. moonpool
  1497. moonpool-io
  1498. moonpool-lwt
  1499. mopsa
  1500. morbig >= "0.10.3"
  1501. morsmall
  1502. moss >= "0.1.1"
  1503. mparser >= "1.3"
  1504. mparser-pcre
  1505. mparser-re
  1506. mperf
  1507. mpg123
  1508. mpp >= "0.3.4"
  1509. mpris
  1510. mpris-clients
  1511. mrmime
  1512. msat >= "0.8"
  1513. msat-bin
  1514. msgpck >= "1.5"
  1515. msgpck-repr
  1516. mssql
  1517. mugen
  1518. mula
  1519. multibase
  1520. multicodec
  1521. multicont = "1.0.1"
  1522. multicore-bench < "0.1.2"
  1523. multihash
  1524. multihash-digestif
  1525. multipart-form-data >= "0.3.0"
  1526. multipart_form
  1527. multipart_form-cohttp-lwt
  1528. multipart_form-eio
  1529. multipart_form-lwt
  1530. murmur3 >= "0.3"
  1531. mustache >= "3.1.0"
  1532. mustache-cli
  1533. mutaml
  1534. mutf8
  1535. mwt
  1536. mybuild >= "7"
  1537. mysql8
  1538. mysql_protocol
  1539. n_ary < "v0.17.0"
  1540. naboris
  1541. nacc
  1542. nanoev
  1543. nanoev-picos
  1544. nanoev-posix
  1545. nanoev_tiny_httpd
  1546. nanoid
  1547. nanosvg
  1548. nanosvg_text
  1549. nbd >= "4.0.3"
  1550. nbd-tool
  1551. nbd-unix
  1552. netkat
  1553. netlink >= "0.3.4"
  1554. netsnmp < "v0.17.0"
  1555. nice_parser
  1556. ninja_utils
  1557. niru
  1558. nloge
  1559. nlopt
  1560. nmea
  1561. noCanren >= "0.3.0~alpha1"
  1562. nocoiner
  1563. node_of_ocaml
  1564. noise
  1565. non_empty_list
  1566. nottui
  1567. nottui-lwt
  1568. nottui-pretty
  1569. nottui-unix
  1570. notty >= "0.2.3"
  1571. notty_async >= "v0.12.0" & < "v0.17.0"
  1572. np
  1573. npy >= "0.0.9"
  1574. nsq
  1575. numeric_string < "v0.17.0"
  1576. nuscr
  1577. OCADml
  1578. OCanren
  1579. OCanren-ppx
  1580. OSCADml
  1581. obatcher
  1582. obeam
  1583. obelisk >= "0.5.0"
  1584. obuilder
  1585. obuilder-spec
  1586. obus >= "1.2.0"
  1587. ocal >= "0.2.2"
  1588. ocaml-canvas
  1589. ocaml-compiler-libs >= "v0.12.0"
  1590. ocaml-embed-file < "v0.17.0"
  1591. ocaml-in-python
  1592. ocaml-index
  1593. ocaml-lsp-server
  1594. ocaml-lua
  1595. ocaml-migrate-parsetree
  1596. ocaml-migrate-parsetree-ocamlbuild
  1597. ocaml-monadic >= "0.4.1"
  1598. ocaml-print-intf
  1599. ocaml-probes < "v0.17.0"
  1600. ocaml-protoc >= "2.0.1"
  1601. ocaml-protoc-plugin < "6.1.0"
  1602. ocaml-r >= "0.1.1"
  1603. ocaml-syntax-shims
  1604. ocaml-systemd >= "1.3"
  1605. ocaml-top >= "1.2.0"
  1606. ocaml-vdom < "transition"
  1607. ocaml-version >= "3.5.0"
  1608. ocaml_db_model
  1609. ocaml_intrinsics < "v0.17.0"
  1610. ocaml_pgsql_model
  1611. ocaml_plugin
  1612. ocamlapi
  1613. ocamlapi_async
  1614. ocamlapi_lwt_unix
  1615. ocamlapi_ppx
  1616. ocamlcodoc
  1617. ocamldiff >= "1.2"
  1618. ocamlformat >= "0.24.1"
  1619. ocamlformat-lib
  1620. ocamlformat-mlx
  1621. ocamlformat-mlx-lib
  1622. ocamlformat-rpc < "removed"
  1623. ocamlformat-rpc-lib
  1624. ocamlfuse
  1625. ocamlgraph >= "2.0.0"
  1626. ocamlgraph_gtk
  1627. ocamline
  1628. ocamlog
  1629. ocamlregextkit
  1630. ocb
  1631. ocf >= "0.8.0"
  1632. ocf_ppx
  1633. ockt
  1634. ocluster != "0.2"
  1635. ocluster-api
  1636. ocluster-worker
  1637. ocolor
  1638. ocp-browser >= "1.1.9"
  1639. ocp-indent >= "1.7.0"
  1640. ocp-indent-nlfork
  1641. ocp-index >= "1.1.9"
  1642. ocp-search
  1643. ocp_reveal
  1644. ocplib-endian >= "1.1"
  1645. ocplib-json-typed-browser
  1646. ocplib-json-typed-bson
  1647. ocplib-simplex >= "0.5"
  1648. ocplib_stuff >= "0.4.0"
  1649. ocsigen-i18n >= "4.0.0"
  1650. ocsigen-ppx-rpc
  1651. ocsigenserver >= "4.0.1"
  1652. ocsipersist
  1653. ocsipersist-dbm
  1654. ocsipersist-dbm-config
  1655. ocsipersist-lib
  1656. ocsipersist-pgsql
  1657. ocsipersist-pgsql-config
  1658. ocsipersist-sqlite
  1659. ocsipersist-sqlite-config
  1660. octavius >= "1.2.2"
  1661. octez-accuser-Proxford < "19.0"
  1662. octez-accuser-PtLimaPt
  1663. octez-accuser-PtMumbai
  1664. octez-accuser-PtNairob < "19.0"
  1665. octez-alcotezt < "19.0"
  1666. octez-baker-Proxford < "19.0"
  1667. octez-baker-PtLimaPt
  1668. octez-baker-PtMumbai
  1669. octez-baker-PtNairob < "19.0"
  1670. octez-bls12-381-hash
  1671. octez-bls12-381-polynomial
  1672. octez-bls12-381-signature
  1673. octez-client < "19.0"
  1674. octez-codec < "19.0"
  1675. octez-crawler < "19.0"
  1676. octez-dac-client < "19.0"
  1677. octez-dac-node < "19.0"
  1678. octez-distributed-internal < "19.0"
  1679. octez-distributed-lwt-internal < "19.0"
  1680. octez-injector < "19.0"
  1681. octez-l2-libs < "19.0"
  1682. octez-libs < "19.0"
  1683. octez-mec
  1684. octez-node < "19.0"
  1685. octez-node-config < "19.0"
  1686. octez-plompiler
  1687. octez-plonk
  1688. octez-polynomial
  1689. octez-proto-libs < "19.0"
  1690. octez-protocol-000-Ps9mPmXa-libs < "19.0"
  1691. octez-protocol-001-PtCJ7pwo-libs < "19.0"
  1692. octez-protocol-002-PsYLVpVv-libs < "19.0"
  1693. octez-protocol-003-PsddFKi3-libs < "19.0"
  1694. octez-protocol-004-Pt24m4xi-libs < "19.0"
  1695. octez-protocol-005-PsBabyM1-libs < "19.0"
  1696. octez-protocol-006-PsCARTHA-libs < "19.0"
  1697. octez-protocol-007-PsDELPH1-libs < "19.0"
  1698. octez-protocol-008-PtEdo2Zk-libs < "19.0"
  1699. octez-protocol-009-PsFLoren-libs < "19.0"
  1700. octez-protocol-010-PtGRANAD-libs < "19.0"
  1701. octez-protocol-011-PtHangz2-libs < "19.0"
  1702. octez-protocol-012-Psithaca-libs < "19.0"
  1703. octez-protocol-013-PtJakart-libs < "19.0"
  1704. octez-protocol-014-PtKathma-libs < "19.0"
  1705. octez-protocol-015-PtLimaPt-libs < "19.0"
  1706. octez-protocol-016-PtMumbai-libs < "19.0"
  1707. octez-protocol-017-PtNairob-libs < "19.0"
  1708. octez-protocol-018-Proxford-libs < "19.0"
  1709. octez-protocol-alpha-libs < "19.0"
  1710. octez-protocol-compiler < "19.0"
  1711. octez-proxy-server < "19.0"
  1712. octez-shell-libs < "19.0"
  1713. octez-signer < "19.0"
  1714. octez-smart-rollup-client-Proxford
  1715. octez-smart-rollup-client-PtMumbai
  1716. octez-smart-rollup-client-PtNairob
  1717. octez-smart-rollup-node < "19.0"
  1718. octez-smart-rollup-node-alpha < "19.0"
  1719. octez-smart-rollup-node-lib < "19.0"
  1720. octez-smart-rollup-node-Proxford < "19.0"
  1721. octez-smart-rollup-node-PtMumbai
  1722. octez-smart-rollup-node-PtNairob < "19.0"
  1723. octez-smart-rollup-wasm-benchmark-lib
  1724. octez-smart-rollup-wasm-debugger < "19.0"
  1725. octez-tx-rollup-client-PtLimaPt
  1726. octez-tx-rollup-node-PtLimaPt
  1727. octez-version < "19.0"
  1728. odash
  1729. odate
  1730. odds >= "1.1"
  1731. odep
  1732. odepack >= "0.6.9"
  1733. odnnr
  1734. odoc
  1735. odoc-driver
  1736. odoc-md
  1737. odoc-parser
  1738. oepub
  1739. of_json < "v0.17.0"
  1740. offheap
  1741. ogg >= "1.0.0"
  1742. ohex
  1743. oidc
  1744. ojo
  1745. ojs
  1746. ojs_base
  1747. ojs_base_all
  1748. ojs_base_ppx
  1749. ojs_ed
  1750. ojs_filetree
  1751. ojs_list
  1752. olinq >= "0.3"
  1753. oma
  1754. omd >= "1.3.2"
  1755. ometrics
  1756. omg
  1757. omigrate
  1758. omlr >= "1.0.3"
  1759. omtl
  1760. oneffs
  1761. oniguruma
  1762. opam-0install
  1763. opam-0install-cudf
  1764. opam-bin >= "1.0.0"
  1765. opam-build
  1766. opam-check-npm-deps
  1767. opam-client >= "2.0.2"
  1768. opam-compiler
  1769. opam-core >= "2.0.2"
  1770. opam-custom-install
  1771. opam-devel >= "2.0.2"
  1772. opam-dune-lint >= "0.3"
  1773. opam-ed >= "0.4"
  1774. opam-file-format >= "2.1.0" & < "2.1.5"
  1775. opam-format >= "2.0.2"
  1776. opam-graph
  1777. opam-grep >= "0.2.0"
  1778. opam-installer >= "2.0.2"
  1779. opam-monorepo
  1780. opam-package-upgrade >= "0.2"
  1781. opam-publish >= "2.0.2"
  1782. opam-repository >= "2.0.2"
  1783. opam-solver >= "2.0.2"
  1784. opam-spin
  1785. opam-state >= "2.0.2"
  1786. opam-test
  1787. opam_bin_lib != "0.9.5"
  1788. opasswd
  1789. opazl
  1790. openai
  1791. openai-gym
  1792. openapi
  1793. openapi-opium
  1794. openapi_router
  1795. opencc0
  1796. opencc1
  1797. opencc1_1
  1798. openQASM
  1799. openstellina
  1800. opentelemetry
  1801. opentelemetry-client-cohttp-lwt
  1802. opentelemetry-client-ocurl
  1803. opentelemetry-cohttp-lwt
  1804. opentelemetry-lwt
  1805. opine
  1806. opium
  1807. opium-graphql
  1808. opium-testing
  1809. opium_kernel >= "0.17.0"
  1810. oplot
  1811. oplsr
  1812. opomodoro
  1813. opsian
  1814. optal
  1815. opti
  1816. optimization1d >= "0.6.1"
  1817. optiml-transport
  1818. optint
  1819. opus
  1820. oraft
  1821. oranger >= "2.0.1"
  1822. orb
  1823. order-i3-xfce
  1824. ordering < "3.15.3"
  1825. ordinal
  1826. ordinal_abbreviation < "v0.17.0"
  1827. ordma >= "0.0.5"
  1828. orec >= "1.0.1"
  1829. orewa
  1830. orf
  1831. orgeat
  1832. orpie
  1833. orrandomForest
  1834. orsvm_e1071 >= "4.0.0"
  1835. ortac-core
  1836. ortac-dune
  1837. ortac-qcheck-stm
  1838. ortac-runtime
  1839. ortac-runtime-qcheck-stm
  1840. ortac-wrapper
  1841. orthologic-coq
  1842. orxgboost >= "1.1.0"
  1843. osc >= "0.2.0"
  1844. osc-lwt
  1845. osc-unix
  1846. oseq >= "0.2"
  1847. osh
  1848. oskel
  1849. osnap
  1850. ostap >= "0.6"
  1851. osx-secure-transport
  1852. otf
  1853. otoggl
  1854. otoml
  1855. otr
  1856. ounit = "2.1.2"
  1857. ounit-lwt < "2.2.0"
  1858. ounit2
  1859. ounit2-lwt
  1860. override
  1861. owee
  1862. owi
  1863. owl >= "0.4.0" & < "1.2"
  1864. owl-base >= "0.4.0" & < "1.2"
  1865. owl-jupyter
  1866. owl-ode
  1867. owl-ode-base
  1868. owl-ode-odepack
  1869. owl-ode-sundials
  1870. owl-opt
  1871. owl-opt-lbfgs
  1872. owl-plplot < "1.1"
  1873. owl-symbolic
  1874. owl-top >= "0.4.0" & < "1.2"
  1875. owl-zoo >= "0.4.0"
  1876. owork
  1877. ozulip
  1878. p4pp
  1879. p5scm
  1880. packstream
  1881. pacomb
  1882. paf
  1883. paf-cohttp
  1884. pam < "v0.17.0"
  1885. pancake
  1886. pandoc
  1887. pandoc-abbreviations
  1888. pandoc-comment
  1889. pandoc-crossref
  1890. pandoc-include
  1891. pandoc-inspect
  1892. pandoc-pdf2png
  1893. pandoc-replace
  1894. papi >= "0.1.1"
  1895. par_incr
  1896. parany >= "9.0.0"
  1897. pardi >= "2.0.2"
  1898. pari
  1899. pari-bindings
  1900. parmap >= "1.1.1"
  1901. parsexp >= "v0.12.0" & < "v0.17.0"
  1902. parsexp_io < "v0.17.0"
  1903. parsley
  1904. passage
  1905. patch
  1906. patdiff >= "v0.12.1" & < "v0.17.0"
  1907. path_glob
  1908. patience_diff < "v0.17.0"
  1909. patricia-tree
  1910. pattern
  1911. pb
  1912. pb-plugin
  1913. pbkdf
  1914. pbrt
  1915. pbrt_services
  1916. pbrt_yojson
  1917. pcap-format >= "0.5.2"
  1918. pcre >= "7.3.5"
  1919. pcre2
  1920. pds-reachability >= "0.2.2"
  1921. pecu >= "0.2"
  1922. petr4
  1923. petrol
  1924. pf-qubes
  1925. pg_query
  1926. pgocaml >= "4.0"
  1927. pgocaml_ppx
  1928. pgx >= "1.0"
  1929. pgx_async >= "1.0"
  1930. pgx_lwt >= "1.0"
  1931. pgx_lwt_mirage
  1932. pgx_lwt_unix
  1933. pgx_unix >= "1.0"
  1934. pgx_value_core
  1935. pgx_value_ptime
  1936. phantom-algebra >= "1.0.1"
  1937. phonetic
  1938. phylogenetics
  1939. piaf
  1940. picasso
  1941. piece_rope
  1942. piqi >= "0.7.8"
  1943. piqilib >= "0.6.16"
  1944. pixel_pusher
  1945. pkcs11 >= "0.18.0"
  1946. pkcs11-cli
  1947. pkcs11-driver
  1948. pkcs11-rev
  1949. pla >= "1.3"
  1950. plateau
  1951. plato
  1952. plebeia
  1953. plist-xml
  1954. plist-xml-lwt
  1955. plotkicadsch
  1956. plotly
  1957. plplot >= "5.11.0-1"
  1958. polars
  1959. polars_async
  1960. polka
  1961. poll
  1962. polling_state_rpc < "v0.17.0"
  1963. polly
  1964. polynomial
  1965. pomap
  1966. popper
  1967. portaudio >= "0.2.2"
  1968. portaudio_c_bindings
  1969. portmidi
  1970. posix-base
  1971. posix-bindings
  1972. posix-getopt >= "2.0.0"
  1973. posix-math2
  1974. posix-signal
  1975. posix-socket
  1976. posix-socket-unix
  1977. posix-time2
  1978. posix-types >= "2.0.0"
  1979. posix-uname
  1980. posixat < "v0.17.0"
  1981. postgres_async < "v0.17.0"
  1982. postgresql >= "4.4.1"
  1983. pp
  1984. pp-binary-ints
  1985. pp_loc
  1986. pprint >= "20200226"
  1987. ppx-owl-opt
  1988. ppx_accessor < "v0.17.0"
  1989. ppx_assert < "v0.17.0"
  1990. ppx_bap
  1991. ppx_base < "v0.17.0"
  1992. ppx_bench < "v0.17.0"
  1993. ppx_bin_prot < "v0.17.0"
  1994. ppx_bitstring
  1995. ppx_blob >= "0.6.0"
  1996. ppx_camlrack
  1997. ppx_catch
  1998. ppx_cold < "v0.17.0"
  1999. ppx_compare < "v0.17.0"
  2000. ppx_compose >= "0.1.0"
  2001. ppx_const >= "2.0"
  2002. ppx_conv_func < "v0.17.0"
  2003. ppx_counters
  2004. ppx_css < "v0.17.0"
  2005. ppx_cstruct
  2006. ppx_cstubs
  2007. ppx_csv_conv < "v0.17.0"
  2008. ppx_custom_printf < "v0.17.0"
  2009. ppx_decimal
  2010. ppx_default
  2011. ppx_defer >= "0.4.0"
  2012. ppx_demo < "v0.17.0"
  2013. ppx_derive_at_runtime < "v0.17.0"
  2014. ppx_derivers >= "1.2.1"
  2015. ppx_deriving >= "4.5-1"
  2016. ppx_deriving_cad
  2017. ppx_deriving_cmdliner >= "0.5.1"
  2018. ppx_deriving_encoding
  2019. ppx_deriving_hardcaml
  2020. ppx_deriving_hash
  2021. ppx_deriving_json_schema
  2022. ppx_deriving_jsoo
  2023. ppx_deriving_madcast >= "0.2"
  2024. ppx_deriving_popper
  2025. ppx_deriving_protobuf
  2026. ppx_deriving_qcheck
  2027. ppx_deriving_rpc
  2028. ppx_deriving_scad
  2029. ppx_deriving_variant_string
  2030. ppx_deriving_yaml < "0.4.0"
  2031. ppx_deriving_yojson
  2032. ppx_disable_unused_warnings < "v0.17.0"
  2033. ppx_distr_guards >= "0.2"
  2034. ppx_enumerate < "v0.17.0"
  2035. ppx_expect < "v0.17.0"
  2036. ppx_factory
  2037. ppx_fail
  2038. ppx_fields_conv < "v0.17.0"
  2039. ppx_fixed_literal < "v0.17.0"
  2040. ppx_gen_rec >= "1.1.0"
  2041. ppx_getenv >= "2.0"
  2042. ppx_globalize < "v0.17.0"
  2043. ppx_hash < "v0.17.0"
  2044. ppx_here < "v0.17.0"
  2045. ppx_ignore_instrumentation < "v0.17.0"
  2046. ppx_import
  2047. ppx_inline_alcotest
  2048. ppx_inline_test < "v0.16.1"
  2049. ppx_interact
  2050. ppx_irmin
  2051. ppx_jane < "v0.17.0"
  2052. ppx_js_style < "v0.17.0"
  2053. ppx_jsobject_conv
  2054. ppx_jsonaf_conv < "v0.17.0"
  2055. ppx_let < "v0.17.0"
  2056. ppx_log < "v0.17.0"
  2057. ppx_lun
  2058. ppx_make
  2059. ppx_map
  2060. ppx_marshal
  2061. ppx_marshal_ext
  2062. ppx_matches
  2063. ppx_meta_conv
  2064. ppx_mica
  2065. ppx_minidebug
  2066. ppx_module_timer < "v0.17.0"
  2067. ppx_monad
  2068. ppx_monoid >= "0.3.2"
  2069. ppx_mysql
  2070. ppx_mysql_identity
  2071. ppx_open
  2072. ppx_optcomp < "v0.17.0"
  2073. ppx_optint
  2074. ppx_optional < "v0.17.0"
  2075. ppx_parser
  2076. ppx_pattern_bind < "v0.17.0"
  2077. ppx_pbt
  2078. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  2079. ppx_protocol_conv
  2080. ppx_protocol_conv_json
  2081. ppx_protocol_conv_jsonm
  2082. ppx_protocol_conv_msgpack
  2083. ppx_protocol_conv_xml_light
  2084. ppx_protocol_conv_xmlm
  2085. ppx_protocol_conv_yaml
  2086. ppx_pyformat
  2087. ppx_python < "v0.17.0"
  2088. ppx_rapper
  2089. ppx_rapper_async
  2090. ppx_rapper_lwt
  2091. ppx_regexp >= "0.4.0"
  2092. ppx_repr
  2093. ppx_seq
  2094. ppx_sexp_conv < "v0.17.0"
  2095. ppx_sexp_message < "v0.17.0"
  2096. ppx_sexp_value < "v0.17.0"
  2097. ppx_show
  2098. ppx_stable < "v0.17.0"
  2099. ppx_stable_witness < "v0.17.0"
  2100. ppx_string < "v0.17.0"
  2101. ppx_string_interpolation
  2102. ppx_subliner
  2103. ppx_system
  2104. ppx_test
  2105. ppx_there
  2106. ppx_tools >= "6.0+4.08.0"
  2107. ppx_tools_versioned
  2108. ppx_trace
  2109. ppx_ts
  2110. ppx_tydi < "v0.17.0"
  2111. ppx_type_directed_value
  2112. ppx_typed_fields < "v0.17.0"
  2113. ppx_typerep_conv < "v0.17.0"
  2114. ppx_tyre
  2115. ppx_units
  2116. ppx_unreachable
  2117. ppx_update
  2118. ppx_variants_conv < "v0.17.0"
  2119. ppx_viewpattern
  2120. ppx_wideopen
  2121. ppx_xml_conv < "v0.17.0"
  2122. ppx_yojson
  2123. ppx_yojson_conv < "v0.17.0"
  2124. ppx_yojson_conv_lib < "v0.17.0"
  2125. ppxfind >= "1.3"
  2126. ppxlib
  2127. ppxlib-tools
  2128. ppxx
  2129. pratter
  2130. prbnmcn-basic-structures
  2131. prbnmcn-cgrph
  2132. prbnmcn-clustering
  2133. prbnmcn-dagger
  2134. prbnmcn-dagger-gsl
  2135. prbnmcn-dagger-stats
  2136. prbnmcn-dagger-test
  2137. prbnmcn-gnuplot
  2138. prbnmcn-linalg
  2139. prbnmcn-mcts
  2140. prbnmcn-proptest
  2141. prbnmcn-stats
  2142. prbnmcn-ucb1
  2143. prc
  2144. preface
  2145. prelude
  2146. pretty_expressive
  2147. prettym
  2148. printbox >= "0.3"
  2149. printbox-ext-plot
  2150. printbox-html
  2151. printbox-md
  2152. printbox-text >= "0.6.1"
  2153. proc-smaps
  2154. process_limits
  2155. processor
  2156. producer
  2157. prof_spacetime
  2158. profiling
  2159. profunctor < "v0.17.0"
  2160. progress
  2161. prom
  2162. prometheus >= "0.6"
  2163. prometheus-app >= "0.6"
  2164. prometheus-liquidsoap >= "2"
  2165. promise
  2166. promise_jsoo
  2167. promise_jsoo_lwt
  2168. protocell
  2169. protocol-9p >= "1.0.0"
  2170. protocol-9p-tool >= "1.0.0"
  2171. protocol-9p-unix >= "1.0.0"
  2172. protocol_version_header < "v0.17.0"
  2173. prr
  2174. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2175. psq >= "0.1.1"
  2176. ptmap >= "2.0.5"
  2177. ptset
  2178. pulseaudio >= "0.1.4"
  2179. pure-html
  2180. pure-splitmix >= "0.3"
  2181. pvec
  2182. py >= "1.1"
  2183. pyast
  2184. pyml >= "20210924"
  2185. pyml_bindgen >= "0.3.0"
  2186. pyre-ast
  2187. pythonlib
  2188. qbf >= "0.3"
  2189. qcheck >= "0.13"
  2190. qcheck-alcotest
  2191. qcheck-core
  2192. qcheck-lin
  2193. qcheck-multicoretests-util
  2194. qcheck-ounit
  2195. qcheck-stm
  2196. qinap
  2197. qiskit
  2198. qmp >= "0.19.0"
  2199. qrencode
  2200. qtest >= "2.10.1"
  2201. queenshead
  2202. quests
  2203. quick_print
  2204. quickjs
  2205. radamsa
  2206. radare2 >= "0.0.3"
  2207. randii
  2208. randomconv
  2209. randoml
  2210. range >= "0.8"
  2211. rangeSet
  2212. rankers
  2213. rawlink
  2214. rawlink-eio
  2215. rawlink-lwt
  2216. raygui < "1.4.0"
  2217. raylib < "1.4.0"
  2218. rdbg >= "1.196.12"
  2219. rdf >= "0.13.0" & < "1.1.0"
  2220. rdf_impls < "1.1.0"
  2221. rdf_json_ld < "1.1.0"
  2222. rdf_lwt < "1.1.0"
  2223. rdf_mysql < "1.1.0"
  2224. rdf_postgresql < "1.1.0"
  2225. rdf_ppx < "1.1.0"
  2226. re >= "1.9.0" & < "1.13.2"
  2227. re2 >= "v0.12.1" & < "v0.17.0"
  2228. re2_stable
  2229. re_parser < "v0.17.0"
  2230. rea
  2231. reactiveData = "0.3.0"
  2232. reactjs-jsx-ppx
  2233. readline
  2234. reanalyze
  2235. reason
  2236. reason-react
  2237. reason-react-ppx
  2238. reason-standard
  2239. received
  2240. record_builder < "v0.17.0"
  2241. records >= "1.0.0"
  2242. reddit_api_async
  2243. reddit_api_kernel
  2244. redirect
  2245. redis >= "0.4"
  2246. redis-async < "v0.17.0"
  2247. redis-lwt >= "0.4"
  2248. redis-sync >= "0.4"
  2249. reed-solomon-erasure >= "1.0.2"
  2250. reedsolomon
  2251. refl
  2252. regenerate
  2253. regex_parser_intf < "v0.17.0"
  2254. remu_ts
  2255. reparse
  2256. reparse-lwt
  2257. reparse-lwt-unix
  2258. reparse-unix
  2259. repr
  2260. repr-bench
  2261. repr-fuzz
  2262. res >= "5.0.1"
  2263. res_tailwindcss
  2264. rescript-syntax
  2265. reshowcase
  2266. resource-pooling >= "1.1"
  2267. resource_cache < "v0.17.0"
  2268. resp
  2269. resp-client
  2270. resp-mirage
  2271. resp-server >= "0.9"
  2272. resp-unix
  2273. resto
  2274. resto-acl
  2275. resto-cohttp
  2276. resto-cohttp-client
  2277. resto-cohttp-self-serving-client
  2278. resto-cohttp-server
  2279. resto-directory
  2280. resto-json
  2281. result
  2282. rfc1951 >= "0.8.1" & != "1.0.0"
  2283. rfc6287 >= "1.0.4"
  2284. rfc7748
  2285. rfsm >= "1.6-alpha-3" & < "2.0"
  2286. rhythm
  2287. ringo
  2288. ringo-lwt
  2289. riot < "0.0.7"
  2290. river
  2291. rock
  2292. rocq-core
  2293. rocq-prover
  2294. rocq-runtime
  2295. rocqide
  2296. roman
  2297. root1d >= "0.5.1"
  2298. rope >= "0.6.2"
  2299. rosa
  2300. rosetta >= "0.2.0"
  2301. routes
  2302. rpc
  2303. rpc_parallel < "v0.17.0"
  2304. rpclib
  2305. rpclib-async
  2306. rpclib-html
  2307. rpclib-js
  2308. rpclib-lwt
  2309. rsdd
  2310. rss
  2311. rtop
  2312. rtree
  2313. rungen
  2314. runtime_events_tools < "0.5.2"
  2315. rusage
  2316. rust-staticlib-gen
  2317. rust-staticlib-virtual
  2318. SourceCode_ASCII
  2319. SZXX
  2320. safemoney
  2321. safepass >= "3.1"
  2322. sail >= "0.15"
  2323. sail_c_backend
  2324. sail_coq_backend
  2325. sail_doc_backend
  2326. sail_latex_backend
  2327. sail_lean_backend
  2328. sail_lem_backend
  2329. sail_manifest
  2330. sail_ocaml_backend
  2331. sail_output
  2332. sail_smt_backend
  2333. sail_sv_backend
  2334. salsa20 >= "1.0.0"
  2335. salsa20-core >= "1.0.0"
  2336. samplerate >= "0.1.6"
  2337. sanddb >= "0.2"
  2338. sarek
  2339. satex
  2340. saturn < "0.5.0"
  2341. saturn_lockfree < "0.5.0"
  2342. satyrographos
  2343. scad_ml
  2344. scfg
  2345. scgi
  2346. scipy
  2347. scrypt-kdf
  2348. sd_logic
  2349. sdl-liquidsoap >= "3"
  2350. search
  2351. searchTree
  2352. secp256k1 >= "0.4.1"
  2353. secp256k1-internal
  2354. sedlex >= "2.0"
  2355. sek
  2356. sel
  2357. semantic_version < "v0.17.0"
  2358. semaphore-compat
  2359. semver >= "0.2.1"
  2360. semver2
  2361. sendmail
  2362. sendmail-lwt
  2363. sendmail-miou-unix
  2364. sendmail-mirage
  2365. sentry
  2366. seq < "base"
  2367. seqes
  2368. sequencer_table < "v0.17.0"
  2369. serde < "0.0.2"
  2370. serde_debug
  2371. serde_derive < "0.0.2"
  2372. serde_json < "0.0.2"
  2373. serde_sexpr
  2374. serde_xml
  2375. serial
  2376. server-reason-react
  2377. session >= "0.4.1"
  2378. session-cohttp >= "0.4.1"
  2379. session-cohttp-async >= "0.4.1"
  2380. session-cohttp-lwt >= "0.4.1"
  2381. session-cookie
  2382. session-cookie-async
  2383. session-cookie-lwt
  2384. session-postgresql >= "0.4.1"
  2385. session-postgresql-async
  2386. session-postgresql-lwt
  2387. session-redis-lwt >= "0.4.1"
  2388. session-webmachine >= "0.4.1"
  2389. setcore >= "1.0.2"
  2390. sexp < "v0.17.0"
  2391. sexp_decode
  2392. sexp_diff < "v0.17.0"
  2393. sexp_diff_kernel
  2394. sexp_grammar < "v0.17.0"
  2395. sexp_macro < "v0.17.0"
  2396. sexp_pretty < "v0.17.0"
  2397. sexp_select < "v0.17.0"
  2398. sexp_string_quickcheck < "v0.17.0"
  2399. sexplib >= "v0.12.0" & < "v0.17.0"
  2400. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2401. sgf >= "1.0.1"
  2402. sha >= "1.13"
  2403. shapefile
  2404. shared-block-ring
  2405. shared-memory-ring
  2406. shared-memory-ring-lwt
  2407. shared-secret >= "0.4"
  2408. shell < "v0.17.0"
  2409. sherlodoc
  2410. shexp < "v0.17.0"
  2411. shine >= "0.2.2"
  2412. shuttle
  2413. shuttle_http
  2414. shuttle_ssl
  2415. shuttle_websocket
  2416. sifun
  2417. sihl
  2418. sihl-cache
  2419. sihl-contract
  2420. sihl-core
  2421. sihl-email
  2422. sihl-facade
  2423. sihl-persistence
  2424. sihl-queue
  2425. sihl-session
  2426. sihl-storage
  2427. sihl-token
  2428. sihl-type
  2429. sihl-user
  2430. sihl-web
  2431. simlog
  2432. simple63
  2433. sklearn
  2434. slack
  2435. slacko
  2436. slice
  2437. slipshow
  2438. slug
  2439. smart-print >= "0.3.0"
  2440. smbc
  2441. smol
  2442. smol-helpers
  2443. smtlib-utils
  2444. smtml
  2445. snappy >= "0.1.2"
  2446. snoke
  2447. so
  2448. sodium-fmt
  2449. solid < "0.5.0"
  2450. solid_server < "0.5.0"
  2451. solid_tools < "0.5.0"
  2452. solidity-alcotest
  2453. solidity-common
  2454. solidity-parser
  2455. solidity-test
  2456. solidity-typechecker
  2457. solo5-elftool
  2458. sortedseq_intersect
  2459. soundtouch >= "0.1.9"
  2460. soupault
  2461. spacetime_lib
  2462. spatial-shell
  2463. spawn < "v0.9.0" | >= "v0.13.0"
  2464. spdx_licenses
  2465. spectrum
  2466. speex
  2467. spelll >= "0.4"
  2468. spin
  2469. splay_tree < "v0.17.0"
  2470. splittable_random < "v0.17.0"
  2471. spoc
  2472. spoc_ppx
  2473. spoke
  2474. spotify-web-api
  2475. spotlib >= "4.1.0"
  2476. sqlgg >= "20200521"
  2477. sqlite3 >= "4.4.1"
  2478. sqlite3_utils
  2479. srt
  2480. ssh-agent >= "0.2.0"
  2481. ssl >= "0.5.6"
  2482. stdcompat >= "19"
  2483. stdint >= "0.6.0"
  2484. stdint-literals
  2485. stdio < "v0.17.0"
  2486. stdlib-diff
  2487. stdlib-random
  2488. stdlib-shims
  2489. stdune < "3.15.3"
  2490. stitch
  2491. stk < "0.5.0"
  2492. stk_iconv < "0.5.0"
  2493. stk_ocf < "0.5.0"
  2494. stk_ppx < "0.5.0"
  2495. stk_rdf < "0.5.0"
  2496. stk_xml < "0.5.0"
  2497. stog >= "0.20.0"
  2498. stog_all
  2499. stog_asy
  2500. stog_dot
  2501. stog_extern
  2502. stog_markdown
  2503. stog_multi_doc
  2504. stog_nocaml
  2505. stog_noexec
  2506. stog_plugins
  2507. stog_rdf
  2508. stog_rel_href
  2509. stog_server
  2510. stog_server_multi
  2511. stog_sitemap
  2512. stog_writing
  2513. store
  2514. stored_reversed < "v0.17.0"
  2515. stramon-lib
  2516. streamable < "v0.17.0"
  2517. streaming
  2518. string_dict < "v0.17.0"
  2519. stringCodepointSplitter
  2520. stringext >= "1.6.0"
  2521. sturgeon >= "0.4.2"
  2522. styled-ppx
  2523. subprocess
  2524. subscriptions-transport-ws
  2525. subtype-refinement >= "0.2"
  2526. sun
  2527. svmwrap
  2528. swagger >= "0.2.0"
  2529. swhid
  2530. swhid_compute
  2531. swhid_core
  2532. swhid_types
  2533. swipl
  2534. syguslib-utils
  2535. syncweb
  2536. syndic >= "1.6.0"
  2537. sys-socket
  2538. sys-socket-unix
  2539. syslog >= "2.0.1"
  2540. syslog-message >= "1.0.0"
  2541. syslog-rfc5424
  2542. systemverilog >= "0.0.2"
  2543. TCSLib >= "0.5"
  2544. tablecloth-base
  2545. tablecloth-melange
  2546. tablecloth-native < "transition"
  2547. taglib >= "0.3.7"
  2548. talaria-bibtex
  2549. tar
  2550. tar-eio
  2551. tar-mirage
  2552. tar-unix
  2553. tcalc
  2554. tcpip
  2555. tdigest
  2556. telemetry
  2557. telltime
  2558. tensorboard
  2559. term-indexing
  2560. term-tools
  2561. terminal
  2562. terminal_size >= "0.1.4"
  2563. terminus
  2564. terminus-cohttp
  2565. terminus-hlc
  2566. testo
  2567. testo-diff
  2568. testo-lwt
  2569. testo-util
  2570. testu01
  2571. textmate-language
  2572. textrazor
  2573. textutils < "v0.17.0"
  2574. textutils_kernel < "v0.17.0"
  2575. textwrap >= "0.2.1"
  2576. tezos-baking-015-PtLimaPt
  2577. tezos-baking-015-PtLimaPt-commands
  2578. tezos-baking-016-PtMumbai
  2579. tezos-baking-016-PtMumbai-commands
  2580. tezos-baking-017-PtNairob
  2581. tezos-baking-017-PtNairob-commands
  2582. tezos-baking-alpha
  2583. tezos-baking-alpha-commands
  2584. tezos-base
  2585. tezos-base-test-helpers
  2586. tezos-base58
  2587. tezos-benchmark < "19.0"
  2588. tezos-bls12-381-polynomial
  2589. tezos-clic
  2590. tezos-client-000-Ps9mPmXa
  2591. tezos-client-001-PtCJ7pwo
  2592. tezos-client-002-PsYLVpVv
  2593. tezos-client-003-PsddFKi3
  2594. tezos-client-004-Pt24m4xi
  2595. tezos-client-005-PsBabyM1
  2596. tezos-client-006-PsCARTHA
  2597. tezos-client-007-PsDELPH1
  2598. tezos-client-008-PtEdo2Zk
  2599. tezos-client-009-PsFLoren
  2600. tezos-client-010-PtGRANAD
  2601. tezos-client-011-PtHangz2
  2602. tezos-client-012-Psithaca
  2603. tezos-client-013-PtJakart
  2604. tezos-client-014-PtKathma
  2605. tezos-client-015-PtLimaPt
  2606. tezos-client-016-PtMumbai
  2607. tezos-client-017-PtNairob
  2608. tezos-client-alpha
  2609. tezos-client-base
  2610. tezos-client-base-unix
  2611. tezos-client-commands
  2612. tezos-client-demo-counter < "19.0"
  2613. tezos-client-genesis < "19.0"
  2614. tezos-context
  2615. tezos-context-hash
  2616. tezos-context-hash-irmin
  2617. tezos-context-ops
  2618. tezos-crypto
  2619. tezos-crypto-dal
  2620. tezos-dac-client-lib < "19.0"
  2621. tezos-dac-lib < "19.0"
  2622. tezos-dac-node-lib < "19.0"
  2623. tezos-dal-node-lib < "19.0"
  2624. tezos-dal-node-services < "19.0"
  2625. tezos-embedded-protocol-000-Ps9mPmXa
  2626. tezos-embedded-protocol-001-PtCJ7pwo
  2627. tezos-embedded-protocol-002-PsYLVpVv
  2628. tezos-embedded-protocol-003-PsddFKi3
  2629. tezos-embedded-protocol-004-Pt24m4xi
  2630. tezos-embedded-protocol-005-PsBABY5H
  2631. tezos-embedded-protocol-005-PsBabyM1
  2632. tezos-embedded-protocol-006-PsCARTHA
  2633. tezos-embedded-protocol-007-PsDELPH1
  2634. tezos-embedded-protocol-008-PtEdo2Zk
  2635. tezos-embedded-protocol-008-PtEdoTez
  2636. tezos-embedded-protocol-009-PsFLoren
  2637. tezos-embedded-protocol-010-PtGRANAD
  2638. tezos-embedded-protocol-011-PtHangz2
  2639. tezos-embedded-protocol-012-Psithaca
  2640. tezos-embedded-protocol-013-PtJakart
  2641. tezos-embedded-protocol-014-PtKathma
  2642. tezos-embedded-protocol-015-PtLimaPt
  2643. tezos-embedded-protocol-016-PtMumbai
  2644. tezos-embedded-protocol-017-PtNairob
  2645. tezos-embedded-protocol-alpha
  2646. tezos-embedded-protocol-demo-counter
  2647. tezos-embedded-protocol-demo-noops
  2648. tezos-embedded-protocol-genesis
  2649. tezos-error-monad
  2650. tezos-event-logging
  2651. tezos-event-logging-test-helpers
  2652. tezos-hacl
  2653. tezos-hacl-glue
  2654. tezos-hacl-glue-unix
  2655. tezos-injector-015-PtLimaPt
  2656. tezos-injector-016-PtMumbai
  2657. tezos-layer2-store
  2658. tezos-layer2-utils-016-PtMumbai
  2659. tezos-layer2-utils-017-PtNairob
  2660. tezos-lazy-containers
  2661. tezos-lwt-result-stdlib
  2662. tezos-micheline
  2663. tezos-mockup
  2664. tezos-mockup-commands
  2665. tezos-mockup-proxy
  2666. tezos-mockup-registration
  2667. tezos-p2p
  2668. tezos-p2p-services
  2669. tezos-plompiler
  2670. tezos-plonk
  2671. tezos-protocol-000-Ps9mPmXa < "19.0"
  2672. tezos-protocol-001-PtCJ7pwo < "19.0"
  2673. tezos-protocol-002-PsYLVpVv < "19.0"
  2674. tezos-protocol-003-PsddFKi3 < "19.0"
  2675. tezos-protocol-004-Pt24m4xi < "19.0"
  2676. tezos-protocol-005-PsBABY5H < "19.0"
  2677. tezos-protocol-005-PsBabyM1 < "19.0"
  2678. tezos-protocol-006-PsCARTHA < "19.0"
  2679. tezos-protocol-007-PsDELPH1 < "19.0"
  2680. tezos-protocol-008-PtEdo2Zk < "19.0"
  2681. tezos-protocol-008-PtEdoTez < "19.0"
  2682. tezos-protocol-009-PsFLoren < "19.0"
  2683. tezos-protocol-010-PtGRANAD < "19.0"
  2684. tezos-protocol-011-PtHangz2 < "19.0"
  2685. tezos-protocol-012-Psithaca < "19.0"
  2686. tezos-protocol-013-PtJakart < "19.0"
  2687. tezos-protocol-014-PtKathma < "19.0"
  2688. tezos-protocol-015-PtLimaPt < "19.0"
  2689. tezos-protocol-016-PtMumbai < "19.0"
  2690. tezos-protocol-017-PtNairob < "19.0"
  2691. tezos-protocol-018-Proxford < "19.0"
  2692. tezos-protocol-alpha < "19.0"
  2693. tezos-protocol-demo-counter < "19.0"
  2694. tezos-protocol-demo-noops < "19.0"
  2695. tezos-protocol-environment
  2696. tezos-protocol-environment-packer
  2697. tezos-protocol-environment-sigs
  2698. tezos-protocol-environment-structs
  2699. tezos-protocol-genesis < "19.0"
  2700. tezos-protocol-plugin-007-PsDELPH1
  2701. tezos-protocol-plugin-007-PsDELPH1-registerer
  2702. tezos-protocol-plugin-008-PtEdo2Zk
  2703. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2704. tezos-protocol-plugin-009-PsFLoren
  2705. tezos-protocol-plugin-009-PsFLoren-registerer
  2706. tezos-protocol-plugin-010-PtGRANAD
  2707. tezos-protocol-plugin-010-PtGRANAD-registerer
  2708. tezos-protocol-plugin-011-PtHangz2
  2709. tezos-protocol-plugin-011-PtHangz2-registerer
  2710. tezos-protocol-plugin-012-Psithaca
  2711. tezos-protocol-plugin-012-Psithaca-registerer
  2712. tezos-protocol-plugin-013-PtJakart
  2713. tezos-protocol-plugin-013-PtJakart-registerer
  2714. tezos-protocol-plugin-014-PtKathma
  2715. tezos-protocol-plugin-014-PtKathma-registerer
  2716. tezos-protocol-plugin-015-PtLimaPt
  2717. tezos-protocol-plugin-015-PtLimaPt-registerer
  2718. tezos-protocol-plugin-016-PtMumbai
  2719. tezos-protocol-plugin-016-PtMumbai-registerer
  2720. tezos-protocol-plugin-017-PtNairob
  2721. tezos-protocol-plugin-017-PtNairob-registerer
  2722. tezos-protocol-plugin-alpha
  2723. tezos-protocol-plugin-alpha-registerer
  2724. tezos-protocol-updater
  2725. tezos-proxy
  2726. tezos-proxy-server-config < "19.0"
  2727. tezos-requester
  2728. tezos-rpc
  2729. tezos-rpc-http
  2730. tezos-rpc-http-client
  2731. tezos-rpc-http-client-unix
  2732. tezos-rpc-http-server
  2733. tezos-sapling
  2734. tezos-scoru-wasm
  2735. tezos-scoru-wasm-fast
  2736. tezos-scoru-wasm-helpers
  2737. tezos-shell
  2738. tezos-shell-context
  2739. tezos-shell-services
  2740. tezos-shell-services-test-helpers
  2741. tezos-signer-backends
  2742. tezos-signer-services
  2743. tezos-smart-rollup-016-PtMumbai
  2744. tezos-smart-rollup-017-PtNairob
  2745. tezos-smart-rollup-alpha
  2746. tezos-smart-rollup-layer2-016-PtMumbai
  2747. tezos-smart-rollup-layer2-017-PtNairob
  2748. tezos-stdlib >= "16.0"
  2749. tezos-stdlib-unix
  2750. tezos-store
  2751. tezos-test-helpers
  2752. tezos-test-helpers-extra
  2753. tezos-test-services
  2754. tezos-tree-encoding
  2755. tezos-tx-rollup-015-PtLimaPt
  2756. tezos-validation
  2757. tezos-version
  2758. tezos-wasmer
  2759. tezos-webassembly-interpreter
  2760. tezos-webassembly-interpreter-extra
  2761. tezos-workers
  2762. tezt
  2763. tezt-bam
  2764. tezt-performance-regression
  2765. tezt-tezos < "19.0"
  2766. theora
  2767. thread-local-storage
  2768. thread-table
  2769. thrift
  2770. tidy >= "5-0.2"
  2771. tidy_email
  2772. tidy_email_mailgun
  2773. tidy_email_sendgrid
  2774. tidy_email_smtp
  2775. tilde_f < "v0.17.0"
  2776. time_now < "v0.17.0"
  2777. timed >= "1.1"
  2778. timedesc
  2779. timedesc-json
  2780. timedesc-sexp
  2781. timedesc-tzdb
  2782. timedesc-tzlocal
  2783. timedesc-tzlocal-js
  2784. timere
  2785. timere-parse
  2786. timezone < "v0.17.0"
  2787. timmy
  2788. timmy-jsoo
  2789. timmy-lwt
  2790. timmy-unix
  2791. tiny_httpd
  2792. tiny_httpd_camlzip
  2793. tip-parser >= "0.4"
  2794. tldr
  2795. tls >= "0.12.8"
  2796. tls-async
  2797. tls-eio
  2798. tls-liquidsoap
  2799. tls-lwt
  2800. tls-miou-unix
  2801. tls-mirage
  2802. toc
  2803. tofn
  2804. togglelog
  2805. toml
  2806. toml-cconv
  2807. toml_cconv
  2808. toplevel_backend < "v0.17.0"
  2809. toplevel_expect_test < "v0.17.0"
  2810. topojson
  2811. topojsone
  2812. topological_sort < "v0.17.0"
  2813. torch < "v0.17.0"
  2814. tqdm
  2815. trace
  2816. trace-fuchsia
  2817. trace-tef
  2818. tracing < "v0.17.0"
  2819. tracy-client
  2820. traits
  2821. trampoline
  2822. transept
  2823. traverse
  2824. travesty != "0.6.1"
  2825. trax >= "0.4.0"
  2826. tree_layout >= "0.2"
  2827. treeprint >= "2.3.0"
  2828. trexio
  2829. trie
  2830. trs
  2831. tsdl-image >= "0.3.0"
  2832. tsdl-mixer
  2833. tsdl-ttf >= "0.3"
  2834. tsort
  2835. tube >= "4.4.0"
  2836. tuntap
  2837. twirp_cohttp_lwt_unix
  2838. twirp_core
  2839. twirp_ezcurl
  2840. twirp_tiny_httpd
  2841. twostep
  2842. tyabt
  2843. type_eq
  2844. typed_list
  2845. typerep >= "v0.12.0" & < "v0.17.0"
  2846. typeset
  2847. tyre >= "0.5"
  2848. tyxml >= "4.3.0"
  2849. tyxml-jsx
  2850. tyxml-lwd
  2851. tyxml-ppx >= "4.3.0"
  2852. tyxml-syntax
  2853. ubase
  2854. ubpf >= "0.2"
  2855. uecc >= "0.3"
  2856. uint >= "2.0.1"
  2857. ulid
  2858. um-abt
  2859. unidecode
  2860. unionFind
  2861. unisim_archisec
  2862. unison >= "2.51.4" & < "2.53.4"
  2863. universal-portal
  2864. universo
  2865. unix-errno >= "0.6.0"
  2866. unstrctrd
  2867. uri >= "2.2.1"
  2868. uri-bench
  2869. uri-re
  2870. uri-sexp
  2871. uring
  2872. uritemplate
  2873. user-agent-parser
  2874. username_kernel < "v0.17.0"
  2875. uspf
  2876. uspf-lwt
  2877. uspf-mirage
  2878. uspf-unix
  2879. utop
  2880. uuuu >= "0.1.1"
  2881. validator
  2882. variantslib >= "v0.12.0" & < "v0.17.0"
  2883. varray
  2884. vcaml
  2885. vcardgen >= "1.2"
  2886. vchan
  2887. vchan-unix
  2888. vchan-xen
  2889. vdom
  2890. vec
  2891. vector
  2892. vector3 >= "1.0.0"
  2893. vendredi
  2894. vercel
  2895. vhd-format >= "0.12.0"
  2896. vhd-format-lwt
  2897. virtual_dom < "v0.17.0"
  2898. visitors >= "20200207"
  2899. vlq >= "0.2.1"
  2900. vlt
  2901. vmnet
  2902. vocal
  2903. voqc
  2904. vorbis
  2905. vpt >= "5.0.0"
  2906. vscoq-language-server
  2907. vue-jsoo
  2908. vue-ppx
  2909. wall >= "0.4"
  2910. wasm >= "2.0.2"
  2911. wasmer
  2912. wasmtime
  2913. wayland
  2914. waylaunch
  2915. wcwidth
  2916. webauthn
  2917. weberizer >= "0.8"
  2918. webmachine >= "0.6.2"
  2919. websocket >= "2.12"
  2920. websocket-async >= "2.12"
  2921. websocket-lwt
  2922. websocket-lwt-unix
  2923. websocketaf
  2924. webtest
  2925. webtest-js
  2926. wikitext
  2927. win-error >= "1.0"
  2928. win-eventlog >= "0.3"
  2929. winsvc
  2930. ws
  2931. ws-server
  2932. wseg
  2933. wtf8 >= "1.0.2"
  2934. wtr
  2935. wtr-ppx
  2936. wu-manber-fuzzy-search
  2937. x509
  2938. x86_64-esperanto >= "0.0.6"
  2939. xapi-backtrace
  2940. xapi-inventory
  2941. xapi-rrd
  2942. xapi-stdext-date
  2943. xapi-stdext-encodings
  2944. xapi-stdext-pervasives
  2945. xapi-stdext-std
  2946. xapi-stdext-threads
  2947. xapi-stdext-unix
  2948. xapi-stdext-zerocheck
  2949. xcursor
  2950. xdg-basedir
  2951. xedbindings
  2952. xen-evtchn
  2953. xen-evtchn-unix
  2954. xen-gnt
  2955. xen-gnt-unix
  2956. xenstore
  2957. xenstore_transport >= "1.1.0"
  2958. xkbcommon
  2959. xmelly
  2960. xml-light >= "2.5"
  2961. xmldiff >= "0.7.0"
  2962. xmldiff_js
  2963. xmlplaylist >= "0.1.5"
  2964. xoshiro
  2965. xtmpl >= "0.19.0" & < "1.1.0"
  2966. xtmpl_js < "1.1.0"
  2967. xtmpl_ppx < "1.1.0"
  2968. yaml >= "1.0.0"
  2969. yaml-sexp
  2970. yara >= "0.2"
  2971. yocaml < "2.0.0"
  2972. yocaml_cmark
  2973. yocaml_git < "2.0.0"
  2974. yocaml_jingoo < "2.0.0"
  2975. yocaml_markdown
  2976. yocaml_mustache < "2.0.0"
  2977. yocaml_syndication < "2.0.0"
  2978. yocaml_unix < "2.0.0"
  2979. yocaml_yaml < "2.0.0"
  2980. yojson >= "1.5.0"
  2981. yojson-bench
  2982. yojson-five
  2983. yurt >= "0.6"
  2984. yuscii >= "0.2.1"
  2985. yuujinchou
  2986. zanuda
  2987. zar
  2988. zarith-ppx
  2989. zarith_stubs_js < "v0.17.0"
  2990. zed >= "2.0.6"
  2991. zeit
  2992. zelus
  2993. zelus-gtk
  2994. zipperposition
  2995. zipperposition-tools
  2996. zlib
  2997. zlist >= "0.4.0"
  2998. zmq >= "5.1.0"
  2999. zmq-async >= "5.1.0"
  3000. zmq-eio
  3001. zmq-lwt >= "5.1.0"
  3002. zstandard >= "v0.12.1" & < "v0.17.0"
  3003. zstd >= "0.3"
  3004. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.