package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

Description

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

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

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

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

Added to opam-repository:

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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

Building 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.

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 about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

Dependencies (5)

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

Dev Dependencies

None

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