package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.2.tbz
sha256=e8aa5f01fee83efac8733df0bec3e23aaecdb4524bc58b8065cd18cc07295fb3
sha512=ae6039c67a1eca9f946b67bdc84433cafe0648d51d22600b1b108fa5712db34524958137cb3a0d82b5a965c66dae7dc4c9619796eda8f72246178885e460f601

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: 08 Jan 2024

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