package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.3.tbz
sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713
sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f

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 is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune 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: 30 Jun 2025

README

README.md

A Composable Build System for OCaml

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

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.4"

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